Description | : Gets chat message read receipts for a thread. |
Reference | : Link ¶ |
⚼ Request
GET:
/chat/threads/{chatThreadId}/readReceipts
{
chatThreadId:
string
,
maxPageSize:
integer
,
skip:
integer
,
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
senderCommunicationIdentifier:
{
,
kind:
enum
,
rawId:
string
,
communicationUser:
{
,
id:
string
,
}
phoneNumber:
{
,
value:
string
,
}
microsoftTeamsUser:
{
,
userId:
string
,
isAnonymous:
boolean
,
cloud:
enum
,
}
microsoftTeamsApp:
}
{
,
appId:
string
,
cloud:
enum
,
}
chatMessageId:
string
,
readOn:
string
,
}
nextLink:
string
,
}
⚐ Response (401)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
string
,
}
⚐ Response (403)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
string
,
}
⚐ Response (429)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
string
,
}
⚐ Response (503)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
string
,
}